projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97b920d
)
MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status
author
Daniel Schwierzeck
<
[email protected]
>
Tue, 12 Feb 2013 21:22:12 +0000
(22:22 +0100)
committer
Daniel Schwierzeck
<
[email protected]
>
Tue, 12 Feb 2013 21:22:12 +0000
(22:22 +0100)
Signed-off-by: Daniel Schwierzeck <
[email protected]
>
arch/mips/cpu/mips32/start.S
patch
|
blob
|
history
diff --git
a/arch/mips/cpu/mips32/start.S
b/arch/mips/cpu/mips32/start.S
index 51ce914fadb642bece1aa9ae760de466e9531561..65acf7d2a12958b54aaa946e8025724dacb0ca1a 100644
(file)
--- a/
arch/mips/cpu/mips32/start.S
+++ b/
arch/mips/cpu/mips32/start.S
@@
-47,14
+47,6
@@
.set pop
.endm
- .macro setup_c0_status_reset
-#ifdef CONFIG_64BIT
- setup_c0_status ST0_KX 0
-#else
- setup_c0_status 0 0
-#endif
- .endm
-
#define RVECENT(f,n) \
b f; nop
#define XVECENT(f,bev) \
@@
-222,7
+214,7
@@
reset:
/* WP(Watch Pending), SW0/1 should be cleared */
mtc0 zero, CP0_CAUSE
- setup_c0_status
_reset
+ setup_c0_status
0 0
/* Init Timer */
mtc0 zero, CP0_COUNT